|
|
@ -1,6 +1,6 @@ |
|
|
|
/************************************
|
|
|
|
* cocoa_press_unload_cartridge.cpp * |
|
|
|
************************************/ |
|
|
|
/**********************************
|
|
|
|
* cocoa_press/load_chocolate.cpp * |
|
|
|
**********************************/ |
|
|
|
|
|
|
|
/****************************************************************************
|
|
|
|
* Written By Mark Pelletier 2017 - Aleph Objects, Inc. * |
|
|
@ -22,10 +22,10 @@ |
|
|
|
****************************************************************************/ |
|
|
|
|
|
|
|
#include "../config.h" |
|
|
|
#include "screens.h" |
|
|
|
#include "screen_data.h" |
|
|
|
#include "../screens.h" |
|
|
|
#include "../screen_data.h" |
|
|
|
|
|
|
|
#ifdef FTDI_COCOA_LOAD_CHOCOLATE_SCREEN |
|
|
|
#ifdef COCOA_LOAD_CHOCOLATE_SCREEN |
|
|
|
|
|
|
|
#include "cocoa_press_ui.h" |
|
|
|
|
|
|
@ -215,4 +215,4 @@ void LoadChocolateScreen::onIdle() { |
|
|
|
} |
|
|
|
BaseScreen::onIdle(); |
|
|
|
} |
|
|
|
#endif // FTDI_COCOA_LOAD_CHOCOLATE_SCREEN
|
|
|
|
#endif // COCOA_LOAD_CHOCOLATE_SCREEN
|