mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-04-17 17:29:03 +02:00
Change related to upstream merge.
* STAND_ALONE conditional compilation is removed. * Previous interim commits are squashed. * printk.h is included from atomport.h * atom-types.h and atommport-types.h have been removed. Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
This commit is contained in:
@@ -102,8 +102,6 @@
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#include <atom-types.h>
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
|
||||
@@ -92,8 +92,6 @@
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#include <atom-types.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -91,10 +91,6 @@
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#ifdef STAND_ALONE
|
||||
#include <atom-types.h>
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
#include "atomsem.h"
|
||||
#include "atomtimer.h"
|
||||
|
||||
@@ -68,8 +68,6 @@
|
||||
|
||||
#ifndef STAND_ALONE
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#include <atom-types.h>
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
|
||||
Reference in New Issue
Block a user