Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Add module to wizard.
Browse files Browse the repository at this point in the history
  • Loading branch information
asterix24 committed Mar 5, 2014
1 parent 02c7460 commit 3d275f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bertos/algo/fletcher32.c
Expand Up @@ -36,6 +36,7 @@
*/

#include "fletcher32.h"

#include <cfg/macros.h> //MIN()

void fletcher32_init(Fletcher32 *f)
Expand Down
4 changes: 3 additions & 1 deletion bertos/algo/fletcher32.h
Expand Up @@ -32,7 +32,9 @@
*
* \brief Fletcher-32 checksum algorithm
*
* \author Bernie Innocenti <batt@develer.com>
* \author Francesco Sacchi <batt@develer.com>
*
* $WIZ$ module_name = "fletcher32"
*/

#ifndef ALGO_FLETCHER32_H
Expand Down

0 comments on commit 3d275f5

Please sign in to comment.