diff options
author | PA4WDH | 2023-05-20 19:27:47 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-20 19:27:47 +0200 |
commit | 48ec55bd19362c5b8f7d06f7678321c3535672f4 (patch) | |
tree | 7a8ec313dd0aea97a56697e844aa99cd6c25cf03 /failsafe.h | |
parent | Translate POC to C code (diff) | |
download | cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.tar.gz cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.tar.bz2 cputemp2maxfreq-48ec55bd19362c5b8f7d06f7678321c3535672f4.zip |
Add validation and fallback to startup
Diffstat (limited to 'failsafe.h')
-rw-r--r-- | failsafe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/failsafe.h b/failsafe.h new file mode 100644 index 0000000..f6b0d0d --- /dev/null +++ b/failsafe.h @@ -0,0 +1 @@ +void failsafe(); |