Added comments for testing modules

pull/1318/head
nightwalker-87 2023-06-09 01:16:18 +02:00
rodzic dbe13dedae
commit 67ae7a12d8
4 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ We recommend to install `stlink-tools` from the package repository of the used d
- Alpine Linux: [(Link)](https://pkgs.alpinelinux.org/packages?name=stlink)
- Fedora: [(Link)](https://src.fedoraproject.org/rpms/stlink)
- FreeBSD: Users can install from [freshports](https://www.freshports.org/devel/stlink)
- MacOS: **Support for macOS will end with v1.7.1.** Please use v1.7.0 (current ***master*** branch) and the related documentation instead.
- MacOS: **Support for macOS will end with v1.8.0.** Please use v1.7.0 (current ***master*** branch) and the related documentation instead.
## Installation from source (advanced users)

Wyświetl plik

@ -1,3 +1,5 @@
/* == nightwalker-87: TODO: CONTENT AND USE OF THIS SOURCE FILE IS TO BE VERIFIED (07.06.2023) == */
#include <stdint.h>
#include <stdio.h>
#include <stdlib.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) == */
#include <stdint.h>
#include <stdio.h>
#include <stdlib.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) == */
#include <stdint.h>
#include <stdio.h>
#include <string.h>