@@ -1,10 +1,8 @@
#include <stdint.h>
int main(){
uint8_t* ptr = 0x800000F0;
uint32_t* ptr = 0x800000F0;
for(int i = 0; i < 16; i++){
*ptr = i;
ptr++;
}
*ptr = 1;
while(*ptr) (*ptr)++;
The note is not visible to the blocked user.