mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
gowin: Fix compilation on musl
This commit is contained in:
@@ -252,6 +252,8 @@ bool Gowin::send_command(uint8_t cmd)
|
||||
#define le32toh(x) (x)
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#include <endian.h>
|
||||
#endif
|
||||
|
||||
uint32_t Gowin::readReg32(uint8_t cmd)
|
||||
|
||||
Reference in New Issue
Block a user