New branch for my new AIO key.

Will have to remember to sanitize before committing to master.

Signed-off-by: A.M. Rowsell <amrowsell@frozenelectronics.ca>
This commit is contained in:
A.M. Rowsell 2019-01-19 15:25:44 -05:00
commit 1cd8191682
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9
4 changed files with 24 additions and 21 deletions

View file

@ -3,7 +3,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#!/usr/bin/python3
##
# @file
# @brief File to create string arrays
@ -28,5 +28,5 @@ for letter in inString[:-1]:
p = ord(inString[-1])
print("{0:#x} ".format(int(p)), end='')
print("};")
print("}; // " + inString)
print("static const uint8_t {0}_len = {1};".format(sys.argv[2], len(inString)))