mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Add support for lo- and hi-res RTC hardware
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4005 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
*
|
||||
* With extensions, modifications by:
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregroy Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -932,7 +933,7 @@ static inline void stm32_i2c_enablefsmc(uint32_t ahbenr)
|
||||
}
|
||||
}
|
||||
#else
|
||||
# define stm32_i2c_disablefsmc() (0)
|
||||
# define stm32_i2c_disablefsmc(priv) (0)
|
||||
# define stm32_i2c_enablefsmc(ahbenr)
|
||||
#endif
|
||||
|
||||
|
||||
+454
-170
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user