mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
nrf: Change board module header from board_modules.h to boardmodules.h.
Applicable for targets with board specific modules.
This commit is contained in:
committed by
Damien George
parent
0d7976deb2
commit
6062d46170
@@ -231,7 +231,7 @@ extern const struct _mp_obj_module_t random_module;
|
||||
#endif
|
||||
|
||||
#if BOARD_SPECIFIC_MODULES
|
||||
#include "board_modules.h"
|
||||
#include "boardmodules.h"
|
||||
#define MICROPY_BOARD_BUILTINS BOARD_MODULES
|
||||
#else
|
||||
#define MICROPY_BOARD_BUILTINS
|
||||
|
||||
Reference in New Issue
Block a user