Skip to content

Commit

Permalink
Merge pull request #58 from paxo-phone/Charlito33-patch-1
Browse files Browse the repository at this point in the history
Update lua_gsm.hpp
  • Loading branch information
Charles-Mahoudeau authored May 9, 2024
2 parents c575929 + 261a50e commit 6b2685f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lua/src/lua_gsm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define GSM_LUA_MODULE

#include <string>
#include <cstdint>

namespace LuaGSM
{
Expand All @@ -14,4 +15,4 @@ namespace LuaGSM
uint8_t getCallState();
};

#endif
#endif

0 comments on commit 6b2685f

Please sign in to comment.