• Theodor-Adrian Stana's avatar
    Fix problem with USB debug interface · 24049003
    Theodor-Adrian Stana authored
    The problem was that one needs to STATICALLY allocate the buffer
    that sends the data to the GPS. In this case, making the rxbuf
    static inside gps/main.c fixed the problem.
    
    For safety, the buffer inside usbdbg_puts() was also made static, and aligned
    to a word (32-bit) boundary, as advised by the SiLabs USB device library.
    24049003
Name
Last commit
Last update
hw Loading commit data...
mec/sketch Loading commit data...
sw Loading commit data...
.gitignore Loading commit data...