comparison 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
comparison
equal deleted inserted replaced
46:09cdd5bf04e4 47:502a0a3f6a49
90 90
91 /* FreeCalypso Tourmaline: totally new approach */ 91 /* FreeCalypso Tourmaline: totally new approach */
92 92
93 #ifdef CONFIG_TARGET_LUNA 93 #ifdef CONFIG_TARGET_LUNA
94 #include "r2d/lcds/luna/r2d_task_init_i.c" 94 #include "r2d/lcds/luna/r2d_task_init_i.c"
95 #elif defined(CONFIG_TARGET_C139)
96 #include "r2d/lcds/c139/r2d_task_init_i.c"
95 #else 97 #else
96 #error "R2D hw init selection: unsupported target" 98 #error "R2D hw init selection: unsupported target"
97 #endif 99 #endif
98 100
99 UINT32 r2d_get_memory_bank_size() 101 UINT32 r2d_get_memory_bank_size()