Project

General

Profile

Revision 156

Updated robot_slave code; reformatted a lot of stuff

View differences:

main.c
1 1
#include <dragonfly_lib.h>
2 2

  
3
int main(void)
4
{
3
int main(void) {
5 4
	dragonfly_init(ALL_ON);
6 5
	return 0;
7 6
}
8

  

Also available in: Unified diff