Skip to content

Commit

Permalink
Fix KhiCAS defining
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki410 committed Jan 10, 2023
1 parent 8445e58 commit 7ff175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/src/khicas/k_csdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ extern "C" {
#endif
#endif
inline int os_draw_string_medium_(int x,int y,const char * s){ return os_draw_string_medium(x,y,SDK_BLACK,SDK_WHITE,s,false);}
void GetKey(int * key);
int GetKey(int * key);
int getkey(int allow_suspend); // transformed
void enable_back_interrupt();
inline void set_abort(){ enable_back_interrupt(); }
Expand Down

0 comments on commit 7ff175d

Please sign in to comment.