Skip to content
Snippets Groups Projects
Commit a22d7ad5 authored by Francisco Acosta's avatar Francisco Acosta
Browse files

drivers: prepare for moving EEPROM definitions

IMHO and I think it's more logical, EEPROM definitions don't belong
to cpu_conf.h but to periph_conf.h, thus I moved all of them to that
place.
parent 73ae5639
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@
*/
#include <string.h>
#include "cpu.h"
#include "periph_cpu.h"
#include "assert.h"
/* guard this file, must be done before including periph/eeprom.h */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment