Sfoglia il codice sorgente

[fix] 修复debug控制开关

Signed-off-by: MurphyZhao <d2014zjt@163.com>
MurphyZhao 7 anni fa
parent
commit
573a2bf413
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/fal_partition.c

+ 1 - 1
src/fal_partition.c

@@ -247,7 +247,7 @@ int fal_partition_init(void)
 
 _exit:
 
-#ifdef FAL_DEBUG
+#if FAL_DEBUG
     fal_show_part_table();
 #endif