mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-05-02 16:21:24 +03:00
8 lines
255 B
JavaScript
8 lines
255 B
JavaScript
function writeHeader() {
|
|
document.write('Version 1.10.1');
|
|
};
|
|
|
|
function writeFooter() {
|
|
document.write('Generated on Tue Jun 28 2022 11:55:45 for CMSIS-DSP 1.10.1. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
|
|
};
|