mirror of
https://gitlab.com/zephray/glider.git
synced 2024-11-10 11:17:54 +00:00
Add missing include
This commit is contained in:
parent
56b97dc0e0
commit
0b6dba5c83
1 changed files with 1 additions and 0 deletions
1
fw/fw.c
1
fw/fw.c
|
@ -23,6 +23,7 @@
|
|||
#include "pico/stdlib.h"
|
||||
#include "pico/binary_info.h"
|
||||
#include "hardware/i2c.h"
|
||||
#include "config.h"
|
||||
#include "utils.h"
|
||||
#include "tcpm_driver.h"
|
||||
#include "usb_pd.h"
|
||||
|
|
Loading…
Reference in a new issue