change license email to website
added support for cdc devices
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
* tusb.h
|
||||
*
|
||||
* Created on: Nov 27, 2012
|
||||
* Author: hathach (thachha@live.com)
|
||||
* Author: hathach
|
||||
*/
|
||||
|
||||
/*
|
||||
* Software License Agreement (BSD License)
|
||||
* Copyright (c) 2012, hathach (thachha@live.com)
|
||||
* Copyright (c) 2012, hathach (tinyusb.net)
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification,
|
||||
@@ -68,6 +68,10 @@
|
||||
#include "class/hid.h"
|
||||
#endif
|
||||
|
||||
#ifdef CFG_CLASS_CDC
|
||||
#include "class/cdc.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user