Skip to content

Commit

Permalink
Removed system call addresses for Memory class.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 20, 2024
1 parent 89af92d commit 391b591
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sdk/librishka_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ enum rishka_syscall {
RISHKA_SC_SYS_CD,
RISHKA_SC_SYS_WD,

RISHKA_SC_MEM_ALLOC,
RISHKA_SC_MEM_CALLOC,
RISHKA_SC_MEM_REALLOC,
RISHKA_SC_MEM_FREE,
RISHKA_SC_MEM_SET,

RISHKA_SC_GPIO_PIN_MODE,
RISHKA_SC_GPIO_DIGITAL_READ,
RISHKA_SC_GPIO_DIGITAL_WRITE,
Expand Down

0 comments on commit 391b591

Please sign in to comment.