Created
November 18, 2020 20:51
-
-
Save martonmiklos/11e727815038a6bec544d630c37b3200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mm@lapos:~/Projektek/xiaomi_tempmeter/BuildEnvironmentATCMiThermometer$ ./01_make.sh | grep implicit | |
../../SDK//components/drivers/8258/uart.c:521:2: warning: implicit declaration of function 'gpio_set_func2' | |
app.c:56:2: warning: implicit declaration of function 'init_sensor' | |
app.c:57:2: warning: implicit declaration of function 'init_lcd' | |
app.c:58:2: warning: implicit declaration of function 'init_flash' | |
app.c:59:2: warning: implicit declaration of function 'show_atc_mac' | |
app.c:60:2: warning: implicit declaration of function 'get_battery_mv' | |
app.c:61:2: warning: implicit declaration of function 'get_battery_level' | |
app.c:80:4: warning: implicit declaration of function 'read_sensor' | |
app.c:86:5: warning: implicit declaration of function 'set_adv_data' | |
app.c:94:4: warning: implicit declaration of function 'show_temp_symbol' | |
app.c:95:4: warning: implicit declaration of function 'show_big_number' | |
app.c:104:4: warning: implicit declaration of function 'show_small_number' | |
app.c:105:7: warning: implicit declaration of function 'show_battery_symbol' | |
app.c:113:3: warning: implicit declaration of function 'ble_get_connected' | |
app.c:114:4: warning: implicit declaration of function 'ble_send_temp' | |
app.c:115:4: warning: implicit declaration of function 'ble_send_humi' | |
app.c:116:4: warning: implicit declaration of function 'ble_send_battery' | |
app.c:130:5: warning: implicit declaration of function 'show_smiley' | |
app.c:141:3: warning: implicit declaration of function 'update_lcd' | |
app.c:145:2: warning: implicit declaration of function 'blt_pm_proc' | |
ble.c:55:2: warning: implicit declaration of function 'show_smiley' | |
ble.c:67:2: warning: implicit declaration of function 'show_ble_symbol' | |
ble.c:68:2: warning: implicit declaration of function 'update_lcd' | |
ble.c:94:2: warning: implicit declaration of function 'cmd_parser' | |
lcd.c:21:2: warning: implicit declaration of function 'send_i2c' | |
lcd.c:22:2: warning: implicit declaration of function 'send_to_lcd_long' | |
lcd.c:22:2: note: previous implicit declaration of 'send_to_lcd_long' was here | |
sensor.c:14:2: warning: implicit declaration of function 'send_i2c' | |
cmd_parser.c:30:3: warning: implicit declaration of function 'show_smiley' | |
main.c:32:2: warning: implicit declaration of function 'init_i2c' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment