Changeset 2b3dd78 in mainline for kernel/generic/src/lib


Ignore:
Timestamp:
2018-01-31T12:02:00Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5595841
Parents:
a0a9cc2 (diff), 14d789c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'upstream/master' into forwardport

change tmon includes because of new stdlib

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/lib/halt.c

    ra0a9cc2 r2b3dd78  
    3333/**
    3434 * @file
    35  * @brief Miscellaneous functions.
     35 * @brief Halt function.
    3636 */
    3737
    38 #include <func.h>
     38#include <halt.h>
    3939#include <log.h>
    4040#include <cpu.h>
     
    4343#include <console/kconsole.h>
    4444
    45 atomic_t haltstate = {0}; /**< Halt flag */
    46 
     45/** Halt flag */
     46atomic_t haltstate = {0};
    4747
    4848/** Halt wrapper
Note: See TracChangeset for help on using the changeset viewer.