mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Don't inline some functions
This commit is contained in:
parent
75b65aa523
commit
06fac902fd
@ -240,7 +240,7 @@ void hasp_process_attribute(uint8_t pageid, uint8_t objid, const char* attr, con
|
||||
// ##################### Object Creator ########################################################
|
||||
|
||||
// Called from hasp_new_object only to process all attributes
|
||||
static inline int hasp_parse_json_attributes(lv_obj_t* obj, const JsonObject& doc)
|
||||
static int hasp_parse_json_attributes(lv_obj_t* obj, const JsonObject& doc)
|
||||
{
|
||||
int i = 0;
|
||||
#if defined(WINDOWS) || defined(POSIX)
|
||||
|
@ -25,7 +25,7 @@ static lv_obj_t* oobepage[2];
|
||||
static lv_obj_t* oobekb;
|
||||
lv_obj_t* pwd_ta;
|
||||
|
||||
static inline void oobeSetPage(uint8_t pageid)
|
||||
static void oobeSetPage(uint8_t pageid)
|
||||
{
|
||||
lv_scr_load(oobepage[pageid]);
|
||||
lv_obj_invalidate(lv_disp_get_layer_sys(NULL));
|
||||
|
@ -181,7 +181,7 @@ static inline void telnetProcessCharacter(char ch)
|
||||
|
||||
#endif
|
||||
|
||||
static inline void telnetProcessLine(const char* input)
|
||||
static void telnetProcessLine(const char* input)
|
||||
{
|
||||
switch(telnetLoginState) {
|
||||
case TELNET_UNAUTHENTICATED: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user