hardware driver separation

This commit is contained in:
sharandac
2020-08-26 15:20:44 +02:00
parent c335328ab4
commit d93c90e3c8
13 changed files with 42 additions and 28 deletions

View File

@@ -27,7 +27,7 @@
*
* @param ttgo pointer to TTGOClass
*/
void splash_screen_stage_one( TTGOClass *ttgo );
void splash_screen_stage_one( void );
/*
* @brief update spash screen text and bar
*
@@ -40,6 +40,6 @@
*
* @param ttgo pointer to TTGOClass
*/
void splash_screen_stage_finish( TTGOClass *ttgo );
void splash_screen_stage_finish( void );
#endif // _SPLASHSCREEN_H