[doc] Added header comments for lib modules

- common.c/.h
 - sg.c/.h
 - usb.c/.h
pull/1318/head
nightwalker-87 2023-06-07 23:12:00 +02:00
rodzic c8eaebc58e
commit dbe13dedae
6 zmienionych plików z 19 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,12 @@
/* == nightwalker-87: TODO: CONTENT AND USE OF THIS SOURCE FILE IS TO BE VERIFIED (07.06.2023) == */
/* TODO: This file should be split up into new or existing modules. */
/*
* File: common.c
*
*
*/
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

Wyświetl plik

@ -1,7 +1,10 @@
/* == nightwalker-87: TODO: CONTENT AND USE OF THIS SOURCE FILE IS TO BE VERIFIED (07.06.2023) == */
/* TODO: This file should be split up into new or existing modules. */
/*
* File: common.h
*
* General helper functions
*
*/
#ifndef COMMON_H

Wyświetl plik

@ -1,3 +1,5 @@
/* == nightwalker-87: TODO: CONTENT AND USE OF THIS SOURCE FILE IS TO BE VERIFIED (07.06.2023) == */
/*
* Copyright (c) 2010 "Capt'ns Missing Link" Authors. All rights reserved.
* Use of this source code is governed by a BSD-style

Wyświetl plik

@ -1,3 +1,5 @@
/* == nightwalker-87: TODO: CONTENT AND USE OF THIS HEADER FILE IS TO BE VERIFIED (07.06.2023) == */
/*
* File: sg.h
*

Wyświetl plik

@ -1,7 +1,7 @@
/*
* File: usb.c
*
*
* USB commands & interaction with ST-LINK devices
*/
#include <limits.h>

Wyświetl plik

@ -1,7 +1,7 @@
/*
* File: usb.h
*
*
* USB commands & interaction with ST-LINK devices
*/
#ifndef USB_H