Start user file

This commit is contained in:
Miloslav Ciz 2025-01-20 21:33:05 +01:00
parent 02d23048dc
commit c0f5e5cf5b
8 changed files with 83 additions and 33 deletions

View file

@ -1,8 +1,10 @@
#ifndef _LCR_GENERAL_H
#define _LCR_GENERAL_H
/**
General resources for all modules.
/*
Licar: general
This file holds general definitions used by all modules.
*/
#include <stdint.h>