alonewolfx2 on newspiffs
significant rework of main spif… Merge pull request #9 from rabu… (compare)
alonewolfx2 on newspiffs
fix for unable to read errors new upstream (v0.3.3 + our chan… Merge pull request #7 from rabu… (compare)
alonewolfx2 on develop
fix for unable to read errors Merge pull request #8 from rabu… (compare)
alonewolfx2 on newspiffs
fix broken padding fix errno issue Merge pull request #4 from rabu… and 2 more (compare)
alonewolfx2 on newspiffs
`C+ system/m_printf.cpp
In file included from c:\tools\sming\sming\smingcore\HardwarePWM.h:25:0,
from c:\tools\sming\sming\smingcore\smingcore.h:25,
from system/m_printf.cpp:10:
SmingCore/pwm.h:61:18: error: conflicting declaration of 'DriverPWM EspPWM' wit
'C' linkage
extern DriverPWM EspPWM;
^
In file included from c:\tools\sming\sming\smingcore\smingcore.h:24:0,
from system/m_printf.cpp:10:
c:\tools\sming\sming\smingcore\DriverPWM.h:61:18: note: previous declaration wi
h 'C++' linkage
extern DriverPWM EspPWM;
^
In file included from c:\tools\sming\sming\smingcore\smingcore.h:25:0,
from system/m_printf.cpp:10:
c:\tools\sming\sming\smingcore\HardwarePWM.h:47:17: error: 'PWM_CHANNEL_NUM_MAX
was not declared in this scope
uint8 channels[PWM_CHANNEL_NUM_MAX];
^
make: * [out/build/system/m_printf.o] Error 1
C:\tools\sming\Sming>grep -r _CHANNEL_NUM_MAX .
Binary file ./SmingCore/.HardwarePWM.h.swp matches
./SmingCore/HardwarePWM.cpp: uint32 io_info[PWM_CHANNEL_NUM_MAX][3];
// pin information
./SmingCore/HardwarePWM.cpp: uint32 pwm_duty_init[PWM_CHANNEL_NUM_MA
]; // pwm duty
./SmingCore/HardwarePWM.h: uint8 channels[PWM_CHANNEL_NUM_MAX];`