Attempting to fix missing definition/declaration
This commit is contained in:
parent
9ace633611
commit
a49fb58fc0
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"C:\\MinGW\\include"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.19041.0",
|
||||
"compilerPath": "C:\\MinGW\\bin\\gcc.exe",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "windows-msvc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "hal.h"
|
||||
#include "shcfg.h"
|
||||
#include "chtrace.h"
|
||||
|
||||
|
||||
const SerialConfig shell_serial_cfg = {
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
limitations under the License.
|
||||
*/
|
||||
#include "hal.h"
|
||||
|
||||
#include "usbcfg.h"
|
||||
#include "chtrace.h"
|
||||
|
||||
/*
|
||||
* Onboard LED blinker thread, times are in milliseconds.
|
||||
|
|
Loading…
Reference in New Issue