net/savvycan: fix build on big-endian architectures
ld: error: undefined symbol: unsigned long qbswap<unsigned long>(unsigned long)
referenced by mqtt_bus.cpp
mqtt_bus.o:(MQTT_BUS::clientMessageReceived(QMQTT::Message const&))
qendian.h has a qbswap for unsigned long long, but not for unsigned long.