/*
 * main.c
 *
 *  Created on: Aug 17, 2010
 *      Author: odigas
 */
#include "platform.h"
#include <stdio.h>
#include "core_uart_apb.h"
#include "hal.h"

#define BAUD_VALUE_57600    42

int main()
{
	printf("hey I am working man!!");
	while(1);
	return 0;

}

