@@ -1,3 +1,11 @@
#define SEVEN_SEG 0x7ff0
#include <stdint.h>
int main() {
uint16_t* seven_seg;
seven_seg = (uint16_t*)SEVEN_SEG;
*seven_seg = 0xa5a5;
return 0;
}
The note is not visible to the blocked user.