mirror of
https://github.com/stasenso/rp_pico_display_engine.git
synced 2026-06-26 21:32:41 +03:00
4 lines
84 B
C
4 lines
84 B
C
#ifndef REVERSE_H
|
|
#define REVERSE_H
|
|
unsigned short reverse(unsigned short x);
|
|
#endif |