USB host file uses DEBUGASSERT and so must include assert.h. Note by Brennan Ashton
This commit is contained in:
parent
a4df1c4482
commit
e0fdd46292
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/****************************************************************************
|
||||
* drivers/usbhost/usbhost_findclass.c
|
||||
*
|
||||
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2010, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/usb/usb.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue