diff src/cs/drivers/drv_app/r2d/r2d_inits.c @ 47:502a0a3f6a49

C139 LCD support reinstated in the new way
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 18 Oct 2020 02:03:10 +0000
parents 1821e301a65b
children
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/r2d/r2d_inits.c	Sat Oct 17 22:50:15 2020 +0000
+++ b/src/cs/drivers/drv_app/r2d/r2d_inits.c	Sun Oct 18 02:03:10 2020 +0000
@@ -92,6 +92,8 @@
 
 #ifdef CONFIG_TARGET_LUNA
   #include "r2d/lcds/luna/r2d_task_init_i.c"
+#elif defined(CONFIG_TARGET_C139)
+  #include "r2d/lcds/c139/r2d_task_init_i.c"
 #else
   #error "R2D hw init selection: unsupported target"
 #endif