Add that inside functions no "" are required for <=>+-/*

This commit is contained in:
Such Meme, Many Skill
2020-04-12 20:31:32 +02:00
parent 15e1210179
commit 195d9797fe
2 changed files with 5 additions and 7 deletions

View File

@@ -120,12 +120,10 @@ int menu_make(menu_entry *entries, int amount, char *toptext){
res = 0;
while (!res){
if (!res){
if (sd_inited && !!gpio_read(GPIO_PORT_Z, GPIO_PIN_1)){
gfx_errDisplay("menu", ERR_SD_EJECTED, 0);
sd_unmount();
return -1;
}
if (sd_inited && !!gpio_read(GPIO_PORT_Z, GPIO_PIN_1)){
gfx_errDisplay("menu", ERR_SD_EJECTED, 0);
sd_unmount();
return -1;
}
res = btn_read();