JamesP6000 / WsprryPi

Raspberry Pi WSPR transmitter using NTP based frequency calibration
Other
332 stars 66 forks source link

Update printf format and add include to mailbox.c. #59

Open VA3SFA opened 2 months ago

VA3SFA commented 2 months ago

Change printf format from %d to %p for pointer and removing the related cast. Also, adding header include for <sys/sysmacros.h> for makedev().