1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

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.
This commit is contained in:
Francisco Acosta 2018-05-29 20:49:46 +02:00
parent 73ae563973
commit a22d7ad5cd

View File

@ -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 */