Landfall

Change of pkg/landfall-examples/hw_info/common.h

235:438287f28c11
pkg/landfall-examples/hw_info/common.h cpm-library-improvements
     1.1 --- a/pkg/landfall-examples/hw_info/common.h	Mon Nov 13 01:18:52 2023 +0100
     1.2 +++ b/pkg/landfall-examples/hw_info/common.h	Mon Nov 13 01:20:09 2023 +0100
     1.3 @@ -182,7 +182,7 @@
     1.4  
     1.5  void spi_release_control(void *channel);
     1.6  
     1.7 -void spi_send_gpio(void *channel, uint32_t bytes, const uint8_t data[]);
     1.8 +void spi_send(void *channel, uint32_t bytes, const uint8_t data[]);
     1.9  
    1.10  void spi_send_units(void *channel, uint32_t bytes, const uint8_t data[],
    1.11                      uint8_t unit_size, uint8_t char_size);