1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #5973 from Lotterleben/conn_fix_ascii_art

conn.h: fix ascii art
This commit is contained in:
Lotte Steenbrink 2016-10-20 17:11:54 +02:00 committed by GitHub
commit 3d23724802

View File

@ -15,6 +15,7 @@
* About * About
* ===== * =====
* *
* ~~~~~~~~~~~~~~~~~~~~~
* +---------------+ * +---------------+
* | Application | * | Application |
* +---------------+ * +---------------+
@ -28,6 +29,7 @@
* +---------------+ * +---------------+
* | Network Stack | * | Network Stack |
* +---------------+ * +---------------+
* ~~~~~~~~~~~~~~~~~~~~~
* *
* This module provides a minimal set of functions to establish a connection using * This module provides a minimal set of functions to establish a connection using
* different types of connections. Together, they serve as a common API * different types of connections. Together, they serve as a common API