Explorar el Código

fix new path to apisymbols

MX hace 2 años
padre
commit
5de93efa6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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; }