Parcourir la source

fix new path to apisymbols

MX il y a 2 ans
Parent
commit
5de93efa6c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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; }