Assert file

This commit is contained in:
Imbus 2025-02-14 04:13:23 +01:00
parent 120a61eca7
commit 52857830ac
2 changed files with 27 additions and 0 deletions

2
main.c
View file

@ -1,8 +1,10 @@
#include "assert.h"
#include <ch32fun.h>
#include <rand.h>
#include <rsa.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#define LED_PIN PD6