nrf: Change board module header from board_modules.h to boardmodules.h.

Applicable for targets with board specific modules.
pull/1/head
Glenn Ruben Bakke 2017-11-30 23:33:30 +01:00 committed by Damien George
parent 0d7976deb2
commit 6062d46170
2 changed files with 1 additions and 1 deletions

View File

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