summaryrefslogtreecommitdiff
path: root/cesar/maximus/prototest/src/test_fcall.c
blob: 268938b8c56d5e2f227269a8ca9485aa9a69e674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    test_fcall.c
 * \brief   test program for fcall
 * \ingroup 
 *
 * this is a test program to check fcall module well work
 */

void cyg_user_start(void)
{
    return;
}