0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-05-02 00:01:27 +03:00

8 lines
255 B
JavaScript
Raw Normal View History

2023-09-09 08:03:56 +01:00
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.');
};