Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am parkerhoyes on github.
  • I am parkerhoyes (https://keybase.io/parkerhoyes) on keybase.
  • I have a public key whose fingerprint is 06CF 97E2 982A 4C0D 53DA F8E6 0E83 209A EB40 6DF3

To claim this, I am signing this object:

@parkerhoyes
parkerhoyes / main.c
Last active February 22, 2017 05:19
Demonstration of Bug (Core Fault?) on Nano S
#include <stdbool.h>
#include <stdint.h>
#include "os.h"
#include "os_io_seproxyhal.h"
// BEGIN TEST CODE
static const uint8_t app_test_obj = 42;