mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Also, expose serialNumber() in Ion and keep "copySerialNumber" in Ion::Device. This allows the DFU bootloader to remain .bss-free.
6 lines
106 B
C++
6 lines
106 B
C++
namespace Base64 {
|
|
|
|
void encode(const unsigned char * input, unsigned int inputLength, char * output);
|
|
|
|
}
|