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:
parent
73ae563973
commit
a22d7ad5cd
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user