Attempting to fix missing definition/declaration

This commit is contained in:
zykrahgaming 2022-01-02 00:09:08 +11:00
parent 9ace633611
commit a49fb58fc0
3 changed files with 23 additions and 1 deletions

21
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -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
}

View File

@ -16,6 +16,7 @@
#include "hal.h"
#include "shcfg.h"
#include "chtrace.h"
const SerialConfig shell_serial_cfg = {

View File

@ -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.