Include module.h instead of modules.h
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#include "bootloader.h"
|
#include "bootloader.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "key_scanner.h"
|
#include "key_scanner.h"
|
||||||
#include "modules.h"
|
#include "module.h"
|
||||||
|
|
||||||
DEFINE_BOOTLOADER_CONFIG_AREA(I2C_ADDRESS_MODULE_BOOTLOADER)
|
DEFINE_BOOTLOADER_CONFIG_AREA(I2C_ADDRESS_MODULE_BOOTLOADER)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user