diff options
author | Michael O'Cleirigh <michael.ocleirigh@rivulet.ca> | 2021-03-30 23:03:31 -0400 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-04-01 15:44:25 +1100 |
commit | ec79e445027857d219d139cd31af578124a8e913 (patch) | |
tree | 750b679ccb0b318c2a47fc90b989adc7cf897cf8 /examples/usercmodule/cppexample/micropython.cmake | |
parent | 17b1f8212199ea6344e289e7fdea9585e30765d6 (diff) | |
download | micropython-ec79e445027857d219d139cd31af578124a8e913.tar.gz micropython-ec79e445027857d219d139cd31af578124a8e913.zip |
esp32: Fix multiple definition errors with mp_hal_stdout_tx functions.
It was noticed that the esp32 port didn't build ulab correctly. The
problem was a multiple defintion of the 'mp_hal_stdout_tx_str' and
'mp_hal_stdout_tx_strn_cooked' functions.
They were defined in stdout_helpers.c but also in the
ports/esp32/mphalport.c.
Fixed by removing stdout_helpers.c from the build.
Signed-off-by: Michael O'Cleirigh <michael.ocleirigh@rivulet.ca>
Diffstat (limited to 'examples/usercmodule/cppexample/micropython.cmake')
0 files changed, 0 insertions, 0 deletions