From f49935e65813681a37d896407f745de6cc4db5fb Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 8 May 2012 00:03:22 -0400 Subject: libmaple/overview.rst: Fix includes mentioned in comments. Update these to the new style. Signed-off-by: Marti Bolivar --- source/libmaple/overview.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/libmaple') diff --git a/source/libmaple/overview.rst b/source/libmaple/overview.rst index 08eb19c..6d7ceb1 100644 --- a/source/libmaple/overview.rst +++ b/source/libmaple/overview.rst @@ -482,10 +482,10 @@ libmaple provides this initialization routine for each peripheral turn on the clock to a device, and restore its register values to their default settings. Here are a few examples:: - /* From dma.h */ + /* From */ void dma_init(dma_dev *dev); - /* From gpio.h */ + /* From */ void gpio_init(gpio_dev *dev); void gpio_init_all(void); @@ -497,10 +497,10 @@ used. These functions are usually called something along the lines of ``foo_enable()``, and often take additional arguments which specify a particular configuration for the peripheral. Some examples:: - /* From usart.h */ + /* From */ void usart_enable(usart_dev *dev); - /* From i2c.h */ + /* From */ void i2c_master_enable(i2c_dev *dev, uint32 flags); After you've initialized, and potentially enabled, your peripheral, it -- cgit v1.2.3