Browse Source

fix:大小写导致编译失败

Dozingfiretruck 4 years ago
parent
commit
4868a07ff1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/air105/platform/bl_main.c

+ 1 - 1
bsp/air105/platform/bl_main.c

@@ -20,7 +20,7 @@
  */
 
 #include "user.h"
-#include "Lzmalib.h"
+#include "LzmaLib.h"
 extern const uint32_t __isr_start_address;
 extern const uint32_t __os_heap_start;
 extern const uint32_t __ram_end;