Skip to content

Files

Latest commit

 

History

History

pico

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

gciGps

Add this to your CMakeLists.txt file, since this currently uses a try/catch in a couple places.

set(PICO_CXX_ENABLE_EXCEPTIONS 1) # for gciGPS

ToDo

  • Investigate removing try/catch so you don't need to enable exceptions