Sansa Connect: Add missing include

Include usb.h to have usb_acknowledge() prototype.

Change-Id: I2dd951315a93e7c1c456358d715f9ec44bf9e5af
This commit is contained in:
Tomasz Moń 2021-06-10 08:02:23 +02:00
parent 163e3507f8
commit f26499bd67
No known key found for this signature in database
GPG Key ID: 92BA8820D4D517C8
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "logf.h"
#include "avr-sansaconnect.h"
#include "uart-target.h"
#include "usb.h"
#include "button.h"
#include "backlight.h"
#include "powermgmt.h"