Create display module top level
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "main.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES config
|
||||
REQUIRES config display
|
||||
)
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "display.h"
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
config_init();
|
||||
display_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user