mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-30 14:14:31 +00: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.');
|
||
|
};
|