CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
85 stars 33 forks source link

SPI fix for MSB code #124

Closed bmourit closed 2 months ago

bmourit commented 2 months ago

There were two incorrect uses of "||" (or) that could have been "|" (bitwise OR) for MSB operation.