mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-29 05:33:28 +00:00
7 lines
255 B
JavaScript
7 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.');
|
|
};
|