Finish M6117 implementation

This commit is contained in:
RichardG867
2020-09-08 22:06:28 -03:00
parent dd2562f273
commit 55b29db14b
7 changed files with 62 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ extern const device_t ali1429_device;
#if defined(DEV_BRANCH) && defined(USE_M1489)
extern const device_t ali1489_device;
#endif
#if defined(DEV_BRANCH) && defined(USE_STPC)
#if defined(DEV_BRANCH) && defined(USE_M6117)
extern const device_t ali6117d_device;
#endif