mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-30 23:31:25 +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.');
|
|
};
|