Skip to content

Commit

Permalink
d2d documentation in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kaszubski committed Feb 5, 2019
1 parent 2737dd8 commit 15fe6ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/d2d/link_layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ you have to customize the **Link Layer** for the target microcontroller.
In order to do this, you have to take a look at the below files.

.. code-block:: C++

d2d_ll_config.h
d2d_ll_config.c

Expand Down Expand Up @@ -51,6 +52,7 @@ Below examplary code uses **Low Level (LL)** library provided
by **ST Microelectronis** for **STM32** microcontrollers.

.. code-block:: C++
:linenos:

void d2d_ll_peripheral_init(void)
{
Expand Down

0 comments on commit 15fe6ba

Please sign in to comment.