Browse Source

fix new path to apisymbols

MX 2 năm trước cách đây
mục cha
commit
5de93efa6c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      parse_api_ver.sh

+ 1 - 1
parse_api_ver.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 # Parse API Version from api_symbols.csv
-FILE=unleashed-firmware/firmware/targets/f7/api_symbols.csv
+FILE=unleashed-firmware/targets/f7/api_symbols.csv
 OLDIFS=$IFS
 IFS=','
 [ ! -f $FILE ] && { echo "$FILE not found"; exit 99; }